home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / david.swf / scripts / DefineButton2_932 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-28  |  109 b   |  5 lines

  1. on(release){
  2.    gameURL = "http://www.miniclip.com/" + gamename + ".htm";
  3.    getURL(gameURL,"_blank");
  4. }
  5.